What is an HMI tag database? > About expressions > Example: Relational operators
For these examples, tag1 = 5 and tag2 = 7.
tag1 > tag2is false, so the expression returns a 0
tag1 LE tag2is true, so the expression returns a 1
tag1 == 5is true, so the expression returns a 1
About expressions
Relational operators in expressions